Skip to content

Allow --stop-on-defect, --stop-on-error, etc. to accept an optional threshold#6566

Closed
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6459/allow-optional-threshold-for-stop-on-cli-options
Closed

Allow --stop-on-defect, --stop-on-error, etc. to accept an optional threshold#6566
sebastianbergmann wants to merge 2 commits intomainfrom
issue-6459/allow-optional-threshold-for-stop-on-cli-options

Conversation

@sebastianbergmann
Copy link
Copy Markdown
Owner

@sebastianbergmann sebastianbergmann commented Apr 5, 2026

Closes #6459.

@sebastianbergmann sebastianbergmann added type/enhancement A new idea that should be implemented feature/test-runner CLI test runner labels Apr 5, 2026
@sebastianbergmann
Copy link
Copy Markdown
Owner Author

@kkmuffme Is this what you had in mind? Thank you!

@codecov
Copy link
Copy Markdown

codecov Bot commented Apr 5, 2026

Codecov Report

✅ All modified and coverable lines are covered by tests.
✅ Project coverage is 96.93%. Comparing base (043a636) to head (cda4176).
⚠️ Report is 13 commits behind head on main.
✅ All tests successful. No failed tests found.

Additional details and impacted files
@@             Coverage Diff              @@
##               main    #6566      +/-   ##
============================================
+ Coverage     96.90%   96.93%   +0.02%     
+ Complexity     7604     7598       -6     
============================================
  Files           819      819              
  Lines         23512    23526      +14     
============================================
+ Hits          22785    22804      +19     
+ Misses          727      722       -5     

☔ View full report in Codecov by Sentry.
📢 Have feedback on the report? Share it here.

@kkmuffme
Copy link
Copy Markdown

kkmuffme commented Apr 6, 2026

Yes, exactly! Thank you

@sebastianbergmann sebastianbergmann marked this pull request as ready for review April 6, 2026 05:06
@sebastianbergmann sebastianbergmann added this to the PHPUnit 13.2 milestone Apr 6, 2026
@sebastianbergmann sebastianbergmann deleted the issue-6459/allow-optional-threshold-for-stop-on-cli-options branch April 6, 2026 13:17
sebastianbergmann added a commit to sebastianbergmann/phpunit-documentation-english that referenced this pull request Apr 6, 2026
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment

Labels

feature/test-runner CLI test runner type/enhancement A new idea that should be implemented

Projects

None yet

Development

Successfully merging this pull request may close these issues.

Allow numeric value for stopOnDefect,...

2 participants